@charset "utf-8"; header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.header-con {
    width: 16rem;
    margin: 0 auto;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #ccc; */
}

.logo {
    width: 1.95rem;
}

.right_nav {
    display: flex;
    align-items: center;
}

.nav-list {
    width: 7.78rem;
    display: flex;
    justify-content: space-between;
}

.nav-item {
    color: #333333;
    position: relative;
}

.nav-item:hover .nav-item-a {
    color: #e81f18;
}

.nav-list2 {
    padding: .1rem 0;
    width: 150px;
    position: absolute;
    top: 100%;
    left: -65%;
    /* background-image: url(../images/nav-item-bg.png); */
    /* box-shadow: 0px 0px 10px 0px 
    rgba(0, 0, 0, 0.1); */
    z-index: 3;
    visibility: hidden;
    background-position: center top;
    background: #fff;
}

.nav-item:hover .nav-list2 {
    visibility: visible;
}

.nav-item2 {
    width: 100%;
    padding: .1rem 0;
    text-align: center;
    /* height: 40px; */
}

.nav-item2 a{
    line-height: 1.2;
}

.seach {
    cursor: pointer;
    /* width: 17px; */
    /* height: 17px; */
    /* background-image: url(../images/seach.png); */
    background-position: center;
    background-repeat: no-repeat;
    margin-left: .67rem;
}
.seach.iconfont{
    font-size: 22px;
}

.phone {
    display: flex;
    align-items: center;
    margin-left: .68rem;
}

.phone-icon {
    /* width: 17px; */
    /* height: 17px; */
    /* background-image: url(../images/phone.png);
    background-position: center;
    background-repeat: no-repeat; */
    margin-right: 5px;
}
.phone-icon:after {
    content: '\e615';
    font-family: iconfont;
    color: #e81f18;
    font-size: 24px;
}

.phone-num {
    color: #e81f18;
    font-family: "AvantGardeITCbyBT-Demi";
    font-weight: bold;
}

.h-muen {
    display: none;
    cursor: pointer;
    width: 67px;
    height: 67px;
    /* background-image: url(../images/icon-menu.png);
    background-position: center;
    background-repeat: no-repeat; */
    text-align: center; line-height: 67px;
}

.h-op {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    /* z-index: 2; */
}

.state .nav-list {
    transform: translate(0,0);
}

.show {
    display: block!important;
}

.nav-item-a {
    height: 1rem;
    display: block;
    line-height: 1rem;
}

.nav-item2:hover {
    color: #e81f18;
}

/* footer */
footer {
    background-color: #3d3e41;
}

.footer-con {
    width: 16rem;
    margin: 0 auto;
}

.footer-top {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: .6rem;
    padding-bottom: .64rem;
}

.footer-list {
    width: 23%;
}

.footer-item {
    line-height: 2;
}

.links-item:hover {
    color: #e81f18;
}

.links_l {
    width: 80px;
    height: 100%;
    color: #ffffff;
    opacity: 0.6;
}

.links_r {
    width: calc(100% - 100px);
    height: 100%;
}

.footer-item:first-child {
    color: #e81f18;
    font-family: "SourceHanSansSC-Bold";
    font-weight: normal;
    font-stretch: normal;
}

.footer-item:nth-child(2) {
    color: #ffffff;
    font-family: "SourceHanSansSC-Light";
}

.footer-item:nth-child(3) {
    color: #ffffff;
    opacity: 0.6;
    font-family: "SourceHanSansSC-Light";
}

.footer-item:nth-child(4) {
    color: #ffffff;
    opacity: 0.6;
    font-family: " AvantGardeITCbyBT-Book";
}

.footer-xian {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.1;
}

.footer-links {
    width: 100%;
    padding: .23rem 0 0 0;
    display: flex;
}

/* .links-list{
      width: 13.28rem;
  } */
.links-item {
    display: inline-block;
    color: #ffffff;
    opacity: 0.6;
    margin-right: .15rem;
    /* padding: .05rem 0 .05rem 0; */
    margin-bottom: .2rem;
}

.links-item:first-child {
    margin-left: 0;
}

.footer-bom {
    padding-bottom: .45rem;
    height: .35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .25rem;
}

.footer-l {
    color: #ffffff;
    opacity: 0.6;
    line-height: 2;
}

.footer-r {
    display: flex;
    align-items: center;
}

.footer-r-item {
    width: 35px;
    height: 35px;
}

.foter-weixin {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /* background-image: url(../images/foter-weixin.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.foter-QQ {
    width: 35px;
    height: 35px;
    /* background-image: url(../images/foter-QQ.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.foter-weixin {
    position: relative;
}

.foter-weibo ,.foter-QQ ,.foter-weixin {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    margin-right: .2rem;
    opacity: 0.5;

}
.foter-icon{
    height: 35px; line-height: 35px;
    color: #fff; text-align: center;
}

.foter-weibo {
    width: 35px;
    height: 35px;
    /* background-image: url(../images/foter-weibo.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.foter-weibo:hover {
    background-color: #e81f18;
    opacity: 1;
    border: none;
}

.foter-QQ:hover {
    background-color: #e81f18;
    opacity: 1;
    border: none;
}

.foter-weixin:hover {
    background-color: #e81f18;
    opacity: 1;
    border: none;
}

.foter-weixin:hover .foter-img {
    display: block;
}

.foter-img {
    width: 100px;
    height: 109px;
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.seach-box {
    display: none;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seach-show {
    display: flex;
}

.seach-box-l {
    width: 4.5rem;
    height: 50px;
    background-color: #fff;
    border: none;
    padding-left: .2rem;
    font-size: 14px;
}

/* .seach-box-l input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: .2rem;
} */

.seach-box-r {
    /* width: 17px;
    height: 17px; */
    /* background-image: url(../images/seach.png);
    background-position: center;
    background-repeat: no-repeat; */
    border: none;
    background-color: transparent;
    padding: 0;
}
.seach-box-r.iconfont{
    font-size: 22px;
}

.seach-op {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
}

.nav-active {
    color: #e81f18;
}

@media(max-width: 1200px) {
    .index {
        width: 100%;
        overflow: hidden;
    }

    .header-con {
        width: 100%;
        padding: 0 2%;
    }

    .nav-list {
        position: absolute;
        top: 0;
        right: 0;
        width: 210px;
        height: 100vh;
        display: block;
        padding-left: 5%;
        background-color: #fff;
        z-index: 3;
        transform: translate(100%,0);
        transition: all .3s;
        z-index: 10;
    }

    .nav-item {
        width: 100%;
        line-height: 50px;
        position: relative;
    }

    .phone {
        display: none;
    }

    .h-muen {
        display: block;
        background-size: .45rem .45rem;
    }

    .nav-list2 {
        display: none;
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        width: 100%;
        max-height: none;
        margin-left: 0;
        margin-left: 0;
        background-image: none;
        visibility: visible;
    }

    .nav-item2 {
        text-align: left;
        height: 40px;
    }

    .links-list {
        width: 100%;
    }

    .nav-item.has-nav .nav-item-a:after {
        content: "\e621";
        display: inline-block;
        font-family: iconfont;
        /* background-image: url(../images/prev.png);
        background-position: center;
        background-repeat: no-repeat; */
        /* background-size: 70%; */
        /* width: 8px;
        height: 17px; */
        /* transform: rotate(180deg); */
        position: absolute;
        right: 20px;
        /* top: 17px; */
        font-size: 18px;
    }

    .nav-item.has-nav.show .nav-item-a:after {
        /* transform: rotate(270deg); */
        content: '\e63c';
    }

    .nav-item:hover .nav-item-a {
        color: #000;
    }

    .show .nav-list2 {
        display: block;
        padding-left: .3rem;
    }

    .footer-con {
        width: 95%;
    }

    /* .links_l{
        width: 10%;
    } */
}

@media(max-width: 767px) {
    .footer-con {
        height: auto;
    }

    .logo {
        margin-left: .15rem;
    }

    .footer-top {
        /* display: block; */
        flex-wrap: wrap;
        padding-top: .3rem;
    }

    .footer-list {
        width: 100%;
        /* float: left; */
        /* margin: 0 2%; */
        margin-bottom: .2rem;
    }

    .fiexd-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-bom {
        display: block;
        height: auto;
    }

    .footer-r {
        margin-top: .25rem;
        justify-content: center;
    }

    .seach-box-l {
        width: 5rem;
    }

    .wei-qy {
        display: none!important;
    }

    /* .links_l{
        width: 25%;
    } */
    .h-muen {
        width: 43px;
        height: 43px;
        line-height: 43px;
        /* background-size: .6rem .6rem; */
        margin-left: .1rem;
    }
}


.search-hot{
    position: absolute; left: 0; top: 100%;
    width: 100%;
    background: #fff;
    border-radius: .05rem;
    box-shadow:  0 3px 5px 0 #bdbdbd;
    padding: .2rem;
    color: #666;
}
.search-hot .options{
    margin-top: .1rem;
}
.search-hot .op{
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 15px;  
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    margin-top: .1rem; margin-right: .15rem;
}
.search-hot .op:hover{
    background: #eee;
}
@media (max-width: 600px) {
    .seach-box{
        width: 100%;
        background: #fff;
        padding: 0 20px;
    }
    .seach-bom{
        flex: 1;
    }
    .seach-box-l{
        flex: 1;
    }
}